projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
723fede
)
Remove pack property altogether
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 4 Jan 2011 07:06:03 +0000
(
02:06
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 4 Jan 2011 07:06:03 +0000
(
02:06
-0500)
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index 2c421751fdb9d2863b8d98f7c860d8939920abc9..8b7cceb383562a676f29d8ccbaf6cd7a4ae46d2a 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-261,7
+261,6
@@
struct _GtkNotebookPage
guint default_tab : 1; /* If true, we create the tab label ourself */
guint expand : 1;
guint fill : 1;
- guint pack : 1;
guint reorderable : 1;
guint detachable : 1;
@@
-4450,7
+4449,6
@@
gtk_notebook_real_insert_page (GtkNotebook *notebook,
page->menu_label = menu_label;
page->expand = FALSE;
page->fill = TRUE;
- page->pack = GTK_PACK_START;
if (!menu_label)
page->default_menu = TRUE;